IImage.loadRaw

loadRaw assumes that you already have the raw pixels to be put on CPU, so, there's no error checking.

interface IImage
void
loadRaw
(
in ubyte[] pixels
,
int width
,
int height
,)

Meta